/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header.has-sticky .header-wrapper{
	position: fixed;
}
.header-main .header-nav > li{
	margin: 0 17px;
}
.header-main .header-nav > li > a{
	font-size: 13px;
}
.home-slider .hero-large-text{
	font-size: 75px;
    letter-spacing: 4px;
    line-height: 1.3;
    text-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    font-weight: 800;
    text-transform: uppercase;
}
.home-slider .text-box p{
	font-size: 22px;
    font-style: italic;
    letter-spacing: .4px;
    text-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    color: #FFF;
    text-align: center;
    font-weight: 100;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}
.section-title-area {
    margin-bottom: 30px;
    text-align: center;
}
.section-title-area .section-subtitle {
    color: #aaa;
    font-size: 14px;
    display: inline-block;
    position: relative;
    margin-bottom: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.section-title-area .section-title {
	display: block;
    font-size: 40px;
    letter-spacing: 3.5px;
    font-weight: 800;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
}
.section-desc{
    font-size: 20px;
    margin-top: 40px;
}
.section-features .featured-box .icon-box-img .icon-inner{
    background-color: #1956b3;
    height: 96px;
    vertical-align: middle;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}
.section-features .featured-box:hover .icon-box-img .icon-inner{
	background-color: #333;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.section-features .featured-box .icon-box-img .icon-inner svg{
	color: #fff;
	width: 60px;
    height: auto;
}
.section-services .icon-box{
	background: #FFF;
    padding: 30px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
    transition: all 100ms ease-out 0s;
}
.section-services .icon-box:hover{
	box-shadow: 0 6px 9px rgb(0 0 0 / 9%);
}
.section-services .icon-box-text{
	padding-left: 30px;
	font-size: 14px;
    color: #777;
    margin: 0;
}
.section-services .icon-box-text .service-title{
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
}
.section-video .col{
	padding-bottom: 0;
}
.section-team .box-text{
	padding: 20px 0 0;
	text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.3px;
}
.section-team .box-text .member-name{
	position: relative;
	letter-spacing: 2px;
    margin-bottom: 8px;
    padding-bottom: 10px;
}
.section-team .box-text .member-name:after{
	content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 30%;
    height: 1px;
    background: #ccc;
}
.post-item{
	padding-bottom: 0;
}
.box-blog-post{
	border-top: 1px solid #e9e9e9;
    padding: 25px 0;
}
.box-blog-post .box-text{
	display: block;
	padding: 0;
    padding-left: 30px;
}
.box-blog-post .box-text .cat-label{
	color: #1956b3;
	font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
}
.box-blog-post .box-text .post-title{
	font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 0;
}
.box-blog-post .box-text .post-title:hover{
	color: #777;
}
.is-divider, .box-blog-post .post-date{
	display: none;
}
.section-about .box-text{
	padding: 30px 0 0;
}
.section-about .box-text h4{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.section-contact .wpcf7-form label{
	color: #777;
	text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
}
.section-contact .wpcf7-form .wpforms-required-label{
	color: red;
    font-weight: 400;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.section-contact .wpcf7-form .wpcf7-form-control{
	border-color: #EBEBEB;
    border-bottom: 1px solid #fff!important;
    background: #e9e9e9;
    margin-bottom: 10px;
}
.section-contact .wpcf7-form .col .wpcf7-form-control{
	margin-bottom: 0;
}
.section-contact .wpcf7-form .wpcf7-textarea{
	min-height: 215px;
}
.section-contact .wpcf7-form .wpcf7-submit{
	font-weight: 600;
    font-size: 13px;
    border-radius: 2px;
    box-shadow: 0 -1px 0 0 rgb(0 0 0 / 10%) inset;
    margin: 0;
    display: block;
    width: 100%;
    background: #1956b3;
    padding: 15px 23px 15px 23px;
    line-height: 1;
    margin-top: 10px;
}
.address-contact .address-content{
	display: block;
	margin-top: 5px;
    margin-bottom: 15px;
}
.address-contact .address-content i{
	display: inline-block;
    width: 28px;
    height: 28px;
    background: #aaa;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-size: 11px;
    margin-right: 15px;
}
.footer{
	padding: 80px 0 60px;
}
.footer > .row{
	padding: 0 10%;
}
.footer .wpcf7-form {
	margin-bottom: 0;
}
.footer .wpcf7-form .wpcf7-email{
	margin-bottom: 0;
	padding: 12px 15px 12px;
    border-radius: 2px;
    background-color: rgba(255,255,255,.145);
    color: #777;
    height: auto;
    border-color: #343434;
    width: 62%;
    font-size: 13px;
}
.footer .wpcf7-form .wpcf7-submit{
	position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 16px 23px 16px;
    line-height: 1;
    border-radius: 2px;
    opacity: .8;
    font-size: 13px;
    font-weight: 600;
	width: 37%;
}
.footer .widget-title{
	display: block;
	text-align: center;
	margin-bottom: 20px;
    letter-spacing: .8px;
}
#wpsm_counter_b_row_1535 .wpsm_counterbox .wpsm_count-title{
	font-family: 'Raleway' !important;
}
.wpcf7-form .wpcf7-spinner, .blog-single .entry-category{
	display: none;
}
.row-team .col .col-inner{
	padding: 0 0.5px;
}
.bt-0, .section-contact .wpcf7-form .col{
	padding-bottom: 0;
}
.footer-social{
	text-align: center;
	display: block;
}
.footer .footer-social a{
	font-size: 30px;
    margin: 0 13px;
    color: #FFF;
}
.footer .footer-social a:hover{
	color: #1956b3;
}
.scroll-to-bullets{
	right: 28px;
}
.scroll-to-bullets a{
	margin: 12px 6px;
    width: 12px;
    height: 12px;
    border: 2px solid #1956b3;
    background-color: transparent !important;
}
.scroll-to-bullets a.active{
	background-color: #1956b3 !important;
}
.section-gallery .row{
	justify-content: center;
}
.button.is-outline{
	border: 1px solid currentColor;
}
.button span{
	font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
    vertical-align: middle;
}
.widget-area .widget-title{
	color: #333;
	font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 13px;
    font-weight: 700;
}
.widget-area .widget{
	margin-bottom: 40px;
}
.widget-area .widget>ul>li>a{
	padding: 10px 0;
	color: #777;
}
.entry-header-text.text-center{
	text-align: left;
	padding: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}
.entry-header .entry-title{
	font-size: 32px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -.6px;
}
.button.open-video{
	border: 2px solid currentColor;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}
@media (max-width: 850px){
	.home-slider .hero-large-text{
		font-size: 60px;
    	letter-spacing: 3px;
	}
	.home-slider .text-box p{
		font-size: 14px;
	}
	.section-team{
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-team .col{
		margin-bottom: 20px;
	}
	.footer .wpcf7-form .wpcf7-email{
		width: 100%;
	}
	.scroll-to-bullets {
		display: block !important;
	}
}
@media (max-width: 550px){
	.section-services .icon-box{
		display: block;
		text-align: center;
	}
	.section-services .icon-box .icon-box-img{
		margin: 0 auto;
	}
	.footer > .row {
	    padding: 0;
	}
	.box-blog-post .box-text{
		padding-left: 0;
    	padding-top: 15px;
	}
	.home-slider .hero-large-text{
		font-size: 35px;
		letter-spacing: 2px;
	}
}